boot$9110$ - ترجمة إلى اليونانية
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

boot$9110$ - ترجمة إلى اليونانية

COMPUTER PROGRAM THAT IS USED WHEN STARTING A COMPUTER
Boot loader; Bootloaders; Boot manager; Boot Loader
  • GNU GRUB, a popular open source bootloader
  • Windows bootloader

boot      
n. παπούτσι, υπόδημα, μπότα
gum boots         
  • James Lonsdale]], 1815. Here he is portrayed wearing [[tassel]]led Hessian boots
  • Modern Hunter [[natural rubber]] wellington boots
  • 1845}}
  • Aigle]], Gill, [[Helly-Hansen]] and Newport short and tall rubber sailing wellingtons
  • [[Skellerup]] Red Band rubber knee boots popular in New Zealand
TYPE OF FOOTWEAR
Wellie; Wellies; The Wellington boot; The Wellie; The Wellington Boot; Wellington Boot; Gumboot; Wellington boots; Wellingtons; Gumboots; Rubber boot; Gum boot; Gum boots; Rubber boots; Rain boots; Rain boot; Hunter brand; Billy boots
ψηλές γαλότσες
u boat         
  • U-boat pens]] in [[Saint-Nazaire]], France
  • Type IX]] U-boats outside their pen in [[Trondheim]], Norway, 19 May 1945
  • Oil painting of a [[Kriegsmarine]] U-boat, by [[Augusto Ferrer-Dalmau]]
  • ''U-15'', a [[Type 206 submarine]], of the [[German Navy]] at the [[Kiel Week]] 2007
  • HDW]]/[[Kiel]]
  • 6}}, 17 April 1943
  • 6}} ([[Willy Stöwer]])
GERMAN SUBMARINE OF THE FIRST OR SECOND WORLD WAR
Unterseeboot; U-Boat; U Boat; U boat; Uboat; U-boats; German submarines; German submarine; German U-boats; U-Boats; U boats; U boot; U-Boot; German U-boat; Eiserne Särge; Undersea boat; Underseaboat
γερμανικό υποβρύχιο

تعريف

Boothose
·noun Stocking hose, or spatterdashes, in lieu of boots.
II. Boothose ·noun Hose made to be worn with boots, as by travelers on horseback.

ويكيبيديا

Bootloader

A bootloader, also spelled as boot loader or called boot manager and bootstrap loader, is a computer program that is responsible for booting a computer.

When a computer is turned off, its software‍—‌including operating systems, application code, and data‍—‌remains stored on non-volatile memory. When the computer is powered on, it typically does not have an operating system or its loader in random-access memory (RAM). The computer first executes a relatively small program stored in read-only memory (ROM, and later EEPROM, NOR flash) along with some needed data, to initialize RAM (especially on x86 systems), to access the nonvolatile device (usually block device, eg NAND flash) or devices from which the operating system programs and data can be loaded into RAM.

Some earlier computer systems, upon receiving a boot signal from a human operator or a peripheral device, may load a very small number of fixed instructions into memory at a specific location, initialize at least one CPU, and then point the CPU to the instructions and start their execution. These instructions typically start an input operation from some peripheral device (which may be switch-selectable by the operator). Other systems may send hardware commands directly to peripheral devices or I/O controllers that cause an extremely simple input operation (such as "read sector zero of the system device into memory starting at location 1000") to be carried out, effectively loading a small number of boot loader instructions into memory; a completion signal from the I/O device may then be used to start execution of the instructions by the CPU.

Smaller computers often use less flexible but more automatic boot loader mechanisms to ensure that the computer starts quickly and with a predetermined software configuration. In many desktop computers, for example, the bootstrapping process begins with the CPU executing software contained in ROM (for example, the BIOS of an IBM PC or an IBM PC compatible) at a predefined address (some CPUs, including the Intel x86 series are designed to execute this software after reset without outside help). This software contains rudimentary functionality to search for devices eligible to participate in booting, and load a small program from a special section (most commonly the boot sector) of the most promising device, typically starting at a fixed entry point such as the start of the sector.